{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-annot-contrib",
      "artifactVersion": "7.10",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.annotations",
          "org.nuxeo.ecm.annotations.client",
          "org.nuxeo.ecm.annotations.contrib",
          "org.nuxeo.ecm.annotations.http",
          "org.nuxeo.ecm.annotations.repository",
          "org.nuxeo.ecm.platform.annotations.api"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.annot",
        "id": "grp:org.nuxeo.ecm.annot",
        "name": "org.nuxeo.ecm.annot",
        "parentIds": [],
        "readmes": [],
        "version": "7.10"
      },
      "bundleId": "org.nuxeo.ecm.annotations.contrib",
      "components": [
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentation": "Log after annotation events\n",
              "documentationHtml": "<p>\nLog after annotation events</p>",
              "extensionPoint": "org.nuxeo.ecm.platform.audit.service.NXAuditEventsService--event",
              "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib/org.nuxeo.ecm.platform.audit.annotations.contrib/Contributions/org.nuxeo.ecm.platform.audit.annotations.contrib--event",
              "id": "org.nuxeo.ecm.platform.audit.annotations.contrib--event",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.audit.service.NXAuditEventsService",
                "name": "org.nuxeo.ecm.platform.audit.service.NXAuditEventsService",
                "type": "service"
              },
              "version": "7.10",
              "xml": "<extension point=\"event\" target=\"org.nuxeo.ecm.platform.audit.service.NXAuditEventsService\">\n    <documentation>Log after annotation events</documentation>\n    <event name=\"annotationCreated\"/>\n    <event name=\"annotationUpdated\"/>\n    <event name=\"annotationDeleted\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib/org.nuxeo.ecm.platform.audit.annotations.contrib",
          "name": "org.nuxeo.ecm.platform.audit.annotations.contrib",
          "requirements": [],
          "services": [],
          "version": "7.10",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<component name=\"org.nuxeo.ecm.platform.audit.annotations.contrib\">\n\n  <require>org.nuxeo.ecm.platform.audit.service.NXAuditEventsService</require>\n\n  <extension target=\"org.nuxeo.ecm.platform.audit.service.NXAuditEventsService\"\n    point=\"event\">\n    <documentation>Log after annotation events</documentation>\n    <event name=\"annotationCreated\" />\n    <event name=\"annotationUpdated\" />\n    <event name=\"annotationDeleted\" />\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/annotations-audit-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--doctype",
              "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib/org.nuxeo.ecm.annotations.graph/Contributions/org.nuxeo.ecm.annotations.graph--doctype",
              "id": "org.nuxeo.ecm.annotations.graph--doctype",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "7.10",
              "xml": "<extension point=\"doctype\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n    <doctype extends=\"Relation\" name=\"AnnotationRelation\">\n      <facet name=\"HiddenInNavigation\"/>\n    </doctype>\n  </extension>"
            },
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.relations.services.RelationService--graphs",
              "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib/org.nuxeo.ecm.annotations.graph/Contributions/org.nuxeo.ecm.annotations.graph--graphs",
              "id": "org.nuxeo.ecm.annotations.graph--graphs",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.relations.services.RelationService",
                "name": "org.nuxeo.ecm.platform.relations.services.RelationService",
                "type": "service"
              },
              "version": "7.10",
              "xml": "<extension point=\"graphs\" target=\"org.nuxeo.ecm.platform.relations.services.RelationService\">\n    <graph name=\"annotations\" type=\"core\">\n      <option name=\"doctype\">AnnotationRelation</option>\n      <namespaces>\n        <namespace name=\"rdf\">\n          http://www.w3.org/1999/02/22-rdf-syntax-ns#\n        </namespace>\n        <namespace name=\"dcterms\">http://purl.org/dc/terms/1.1/</namespace>\n        <namespace name=\"nuxeo\">http://www.nuxeo.org/document/uid/</namespace>\n      </namespaces>\n    </graph>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib/org.nuxeo.ecm.annotations.graph",
          "name": "org.nuxeo.ecm.annotations.graph",
          "requirements": [],
          "services": [],
          "version": "7.10",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component name=\"org.nuxeo.ecm.annotations.graph\">\n\n  <require>org.nuxeo.ecm.platform.relations.jena</require>\n\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\"\n    point=\"doctype\">\n    <doctype name=\"AnnotationRelation\" extends=\"Relation\">\n      <facet name=\"HiddenInNavigation\" />\n    </doctype>\n  </extension>\n\n  <extension target=\"org.nuxeo.ecm.platform.relations.services.RelationService\"\n    point=\"graphs\">\n    <graph name=\"annotations\" type=\"core\">\n      <option name=\"doctype\">AnnotationRelation</option>\n      <namespaces>\n        <namespace name=\"rdf\">\n          http://www.w3.org/1999/02/22-rdf-syntax-ns#\n        </namespace>\n        <namespace name=\"dcterms\">http://purl.org/dc/terms/1.1/</namespace>\n        <namespace name=\"nuxeo\">http://www.nuxeo.org/document/uid/</namespace>\n      </namespaces>\n    </graph>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/annotations-relations-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-annot-contrib-7.10.jar",
      "groupId": "org.nuxeo.ecm.annot",
      "hierarchyPath": "/grp:org.nuxeo.ecm.annot/org.nuxeo.ecm.annotations.contrib",
      "id": "org.nuxeo.ecm.annotations.contrib",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven\r\nBuilt-By: hudson\r\nBuild-Jdk: 1.8.0_60\r\nBundle-ManifestVersion: 1\r\nBundle-Version: 7.10-t20151109-200416\r\nBundle-Name: Nuxeo ECM Annotations core contribs\r\nBundle-SymbolicName: org.nuxeo.ecm.annotations.contrib;singleton:=true\r\nBundle-Vendor: Nuxeo\r\nBundle-Category: core,stateful\r\nNuxeo-Component: OSGI-INF/annotations-relations-contrib.xml, OSGI-INF/\r\n annotations-audit-contrib.xml\r\nRequire-Bundle: org.nuxeo.ecm.relations\r\n\r\n",
      "packages": [],
      "requirements": [],
      "version": "7.10"
    }
  ],
  "creationDate": 1664792867649,
  "key": "Nuxeo Platform LTS 2015-7.10",
  "name": "Nuxeo Platform LTS 2015",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1447023600000,
  "version": "7.10"
}